-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Llmchat/finalize #40
Llmchat/finalize #40
Conversation
… into llmChat/finalize
… into llmChat/finalize
… into llmChat/finalize
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #40 +/- ##
==========================================
- Coverage 39.55% 39.34% -0.21%
==========================================
Files 33 34 +1
Lines 1014 1045 +31
==========================================
+ Hits 401 411 +10
- Misses 613 634 +21
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
incredible work team
Final LLM Chat UI with Greeting and Function Calling.
♻️ Current situation & Problem
The basic LLM chat infrastructure was done, but it did not include a welcome greeting and did not have function calling capabilities to summarize the chat into a concise chief complaint.
⚙️ Release Notes
Added function calling to the LLMInteraction struct's LLM model (currently commented out, as the function is not yet complete), and enabled a greeting message upon opening the app. Fine tuned the system prompt.
📚 Documentation
NA
✅ Testing
NA
📝 Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: